Commit Graph

3 Commits

Author SHA256 Message Date
Dr. Werner Fink
b6afadd83a Accepting request 182427 from home:jengelh:branches:Base:System
- Fix typo in popt-libc-updates.patch that prevented it to work
  with glibc before 2.17.

OBS-URL: https://build.opensuse.org/request/show/182427
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=42
2013-07-07 17:39:14 +00:00
Stephan Kulow
e0828fe696 - fix popt-libc-updates.patch to work also with automake 1.13
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=39
2013-06-14 15:16:02 +00:00
a38b89aef4 Accepting request 155365 from home:elvigia:branches:Base:System
- Remove patches:
  - config-guess-sub-update.patch
  - popt-secure-getenv.patch
  run autoreconf instead .
- popt-libc-updates.patch replaces popt-secure-getenv.patch
  * test for secure_getenv instead of __secure_getenv
  * update configure.ac so it can be regenerated with modern
    autotools.
  * Internal symbols are already hidden with a linker script, 
   improve that by hidding symbols with the compiler too.
  * use strerror_r instead of strerror in the library.

- popt wants __secure_getenv at configure time, but This
 function is no longer available as of glibc 2.17.
 test for secure_getenv() instead (popt-secure-getenv.patch)

OBS-URL: https://build.opensuse.org/request/show/155365
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=35
2013-02-14 22:02:50 +00:00