PKG_CONFIG_SYSROOT_DIR=/ strips the slash #146

Closed
opened 2017-10-10 10:44:28 +00:00 by SylvainGarrigues · 1 comment
SylvainGarrigues commented 2017-10-10 10:44:28 +00:00 (Migrated from github.com)

It's weird to me that

#  PKG_CONFIG_SYSROOT_DIR=/ pkgconf --cflags libdaemon
-D_REENTRANT -Iusr/local/include 

strips the /.

I resorted to use //.

#  PKG_CONFIG_SYSROOT_DIR=// pkgconf --cflags libdaemon
-D_REENTRANT -I/usr/local/include 
It's weird to me that ``` # PKG_CONFIG_SYSROOT_DIR=/ pkgconf --cflags libdaemon -D_REENTRANT -Iusr/local/include ``` strips the /. I resorted to use //. ``` # PKG_CONFIG_SYSROOT_DIR=// pkgconf --cflags libdaemon -D_REENTRANT -I/usr/local/include ```
SylvainGarrigues commented 2017-10-10 10:47:44 +00:00 (Migrated from github.com)

I didn't have this bug with older versions

I didn't have this bug with older versions
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#146
There is no content yet.